Karnaugh Maps - Rules of Simplification


The Karnaugh map uses the following rules for the simplification of expressions by grouping together adjacent cells containing ones


Summmary:

  1. No zeros allowed.
  2. No diagonals.
  3. Only power of 2 number of cells in each group.
  4. Groups should be as large as possible.
  5. Every one must be in at least one group.
  6. Overlapping allowed.
  7. Wrap around allowed.
  8. Fewest number of groups possible.

Previous Return
To submit your questions and queries please click here: Queries
Composed by David Belton - April 98